home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / monitors / README < prev   
Text File  |  1992-10-19  |  714b  |  17 lines

  1.  
  2. These are examples of shared-memory parallel programming using monitors.
  3. The programs are:
  4.  
  5.   addtwo.gs     - add two vectors using a getsub monitor
  6.   addtwo.ask    - add two vectors using an askfor monitor
  7.   grid.shmem    - solve Dirichlet problem in plane
  8.   gridlog.shmem - same as grid.shmem instrumented with alog
  9.   adquad        - adaptive quadrature
  10.  
  11. Each of them can be run by redirecting input from the appropriate .data file.
  12. The grid.shmem and adquad programs can also be run interactively.
  13.  
  14. Note that these examples will run on a uniprocessor with one process, but
  15. p4 does not support shared memory among separate processes on any of the
  16. supported uniprocessors (such as SUN, ATT_3B2, or IBM_RS_6000).
  17.